[GET] ~/criteria/options?manufacturers[0]={manufacturers[0]}&manufacturers[1]={manufacturers[1]}&series[0]={series[0]}&series[1]={series[1]}&variants[0]={variants[0]}&variants[1]={variants[1]}

Returns a list of options available for the specified , and .

Request Information

URI Parameters

NameDescriptionType
manufacturers

The manufacturers.

Collection of string

series

The series.

Collection of string

variants

The variants.

Collection of string

Body Parameters

None.

Request Formats

None.

Response Information

Resource Description

An enumerator that allows foreach to be used to process the upholsteries in this collection.

An instance of: Collection of OptionGroup
NameDescriptionType
Label

A human-readable label for this equipment option..

string

Options

The equipment option elements contained in this group.

Collection of Option

Response Formats

application/json, text/json

Sample:
[
  {
    "label": "sample string 1",
    "options": [
      {
        "value": 1,
        "label": "sample string 2",
        "isActive": true,
        "name": "sample string 4",
        "description": "sample string 5"
      },
      {
        "value": 1,
        "label": "sample string 2",
        "isActive": true,
        "name": "sample string 4",
        "description": "sample string 5"
      }
    ]
  },
  {
    "label": "sample string 1",
    "options": [
      {
        "value": 1,
        "label": "sample string 2",
        "isActive": true,
        "name": "sample string 4",
        "description": "sample string 5"
      },
      {
        "value": 1,
        "label": "sample string 2",
        "isActive": true,
        "name": "sample string 4",
        "description": "sample string 5"
      }
    ]
  }
]